j3deditor.bin.hierarchy.util
Interface Deletable

All Known Implementing Classes:
J3DeLight, J3DeObject, J3DePrimitive, J3DeShape3D, J3DeTexture, J3DeTextureAttributes

public interface Deletable

Identifies the instance of implementing class as deletable object.

Author:
Risto Seene

Method Summary
 void delete()
          Removes the object from the hierarchy tree.
 

Method Detail

delete

void delete()
            throws java.lang.Exception
Removes the object from the hierarchy tree.

Throws:
java.lang.Exception - if unable to delete the object